home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / mips / include / asm / mach-lasat / irq.h next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  245 b   |  14 lines

  1. #ifndef _ASM_MACH_LASAT_IRQ_H
  2. #define _ASM_MACH_LASAT_IRQ_H
  3.  
  4. #define LASAT_CASCADE_IRQ    (MIPS_CPU_IRQ_BASE + 2)
  5.  
  6. #define LASAT_IRQ_BASE        8
  7. #define LASAT_IRQ_END        23
  8.  
  9. #define NR_IRQS            24
  10.  
  11. #include_next <irq.h>
  12.  
  13. #endif /* _ASM_MACH_LASAT_IRQ_H */
  14.